Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend cholesky of triangular dot rewrite to matmul Ops #459

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Sep 26, 2023

Also restrict to 2D Dot cases

Also reverts #455

@ricardoV94 ricardoV94 added bug Something isn't working enhancement New feature or request graph rewriting linalg Linear algebra labels Sep 26, 2023
Copy link
Member

@jessegrabowski jessegrabowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good pending that you check the typo on ndim in the unittest

pytensor/tensor/rewriting/linalg.py Show resolved Hide resolved
tests/tensor/rewriting/test_linalg.py Outdated Show resolved Hide resolved
Copy link
Member

@jessegrabowski jessegrabowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ricardoV94 ricardoV94 merged commit 39aa123 into pymc-devs:main Sep 28, 2023
53 checks passed
@ricardoV94 ricardoV94 deleted the tweak_chol_dot_rewrite branch September 28, 2023 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request graph rewriting linalg Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants